home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / IPC / Mailslots / API / ClientMainFormUnit.dfm / ClientMainFormUnit.txt
Encoding:
Text File  |  1999-08-28  |  509 b   |  27 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Mailslot client (writer)'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poDefaultPosOnly
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 427
  20.     Height = 273
  21.     Align = alClient
  22.     BorderStyle = bsNone
  23.     TabOrder = 0
  24.     OnChange = Memo1Change
  25.   end
  26. end
  27.